html,
body {
  position: relative;
  height: 100%;
  scroll-behavior: smooth;
  font-size: 0.16rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.g-main {
  width: 13.7rem;
  margin: 0 auto;
}
.g-contain {
  max-width: 19.2rem;
  margin: 0 auto;
}
.mdTarget {
  position: absolute;
}
.part-title {
  width: 100%;
  max-width: 19.2rem;
  text-align: center;
}
.part-title .top-part {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.35rem;
}
.part-title .title-line {
  width: 0.68rem;
  height: 0.02rem;
  background-color: #999;
}
.part-title .top-text {
  font-size: 0.4rem;
  color: #999;
}
.part-title .bottom-part {
  color: #333;
  font-size: 0.28rem;
  margin-top: 0.04rem;
  font-weight: bold;
}
.g-box {
  width: 100%;
  max-width: 19.2rem;
}
.main-box {
  width: 100%;
  max-width: 19.2rem;
  background: url(../images/full-bg.png) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 1.77rem;
}
.pc-show {
  display: block;
}
.wrap-show {
  display: none;
}
.go-icon,
.go-icon-white,
.go-icon-black {
  vertical-align: top;
  width: 0.22rem;
  height: 0.08rem;
}
.mx-a {
  margin: 0 auto;
}
.more-btn {
  display: flex;
  margin: 0 auto;
  color: #979797;
  font-size: 0.2rem;
  justify-content: center;
  align-items: center;
  width: 2.12rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  border: 0.01rem solid #898989;
}
.more-btn .text {
  margin-right: 0.14rem;
}
.more-btn .go-icon {
  transition: all 0.3s ease-in;
  background: url(../images/go-icon-black.png) no-repeat;
  background-size: 100% 100%;
}
.more-btn:hover {
  color: #e70f20;
  border: #e70f20 0.01rem solid;
}
.more-btn:hover .go-icon {
  transition: all 0.3s ease-out;
  background: url(../images/go-icon.png) no-repeat;
  background-size: 100% 100%;
  transform: translateX(0.1rem);
}
.tab-line {
  display: flex;
  height: 0.37rem;
  column-gap: 1.33rem;
  justify-content: center;
}
.tab-line .tab-item {
  display: block;
  width: 1rem;
  height: 0.37rem;
  text-align: center;
  font-size: 0.18rem;
  color: #9a9a9a;
  line-height: 0.16rem;
}
.tab-line .tab-item.cur {
  color: #e70f20;
  border-bottom: 0.03rem solid #e70f20;
}
.fixed-nav {
  position: fixed;
  top: 5rem;
  right: 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 1.62rem;
  z-index: 100;
}
.fixed-nav .nav-item {
  display: block;
  position: relative;
}
.fixed-nav .nav-item .interior {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
}
.fixed-nav .nav-item .exterior {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background-color: #0469b6;
  z-index: 77;
  opacity: 0;
  transition: all ease-in-out 0.35s;
}
.fixed-nav .nav-item .mid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.17rem;
  height: 0.17rem;
  border-radius: 50%;
  background-color: #fff;
  z-index: 88;
  opacity: 0;
  transition: all ease-in-out 0.35s;
}
.fixed-nav .nav-item.cur .exterior {
  opacity: 1;
  transition: all ease-in-out 0.35s;
}
.fixed-nav .nav-item.cur .mid {
  opacity: 1;
  transition: all ease-in-out 0.35s;
}
.fixed-nav .nav-item.cur .interior {
  background-color: #0469b6;
}
.fixed-nav .nav-item .text {
  position: absolute;
  top: -0.09rem;
  right: 0.42rem;
  min-width: 0.4rem;
  height: 0.2rem;
  background: url(../images/fixed-nav-bg.png) no-repeat;
  background-size: 100% 100%;
  font-size: 0.12rem;
  line-height: 0.2rem;
  color: #fff;
  padding-left: 0.05rem;
  padding-right: 0.12rem;
  white-space: nowrap;
  transition: all ease-in-out 0.35s;
  opacity: 0;
}
.fixed-nav .nav-item:hover .exterior,
.fixed-nav .nav-item:hover .mid {
  opacity: 1;
  transition: all ease-in-out 0.35s;
}
.fixed-nav .nav-item:hover .text {
  right: 0.12rem;
  transition: all ease-in-out 0.35s;
  opacity: 1;
}
.fixed-nav .nav-item:hover .interior {
  background-color: #0469b6;
}
.go-top {
  position: fixed;
  display: block;
  bottom: 1.98rem;
  right: 0.95rem;
  width: 0.48rem;
  height: 0.48rem;
  background: url(../images/go-top-icon.png) no-repeat;
  background-size: 100% 100%;
  z-index: 98;
}
.go-top:hover {
  background: url(../images/go-top-hover.png) no-repeat;
  background-size: 100% 100%;
}
#target {
  position: absolute;
  width: 100%;
  height: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.head-swiper .swiper-button-next,
.head-swiper .swiper-button-prev {
  top: 0.95rem;
  width: 0.4rem;
  height: 0.9rem;
  margin: 0;
  background-size: 0.12rem 0.2rem !important;
}
.head-swiper .swiper-button-prev {
  left: 0;
  background: rgba(0, 0, 0, 0.3) url(../images/prev.png) no-repeat center center;
}
.head-swiper .swiper-button-next {
  right: 0;
  background: rgba(0, 0, 0, 0.3) url(../images/next.png) no-repeat center center;
}
.head-swiper .swiper-button-next:hover,
.head-swiper .swiper-button-prev:hover {
  background-color: rgba(213, 13, 2, 0.8);
}
.head-swiper .swiper-button-prev::after,
.head-swiper .swiper-button-next::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .g-main {
    width: 100%;
    margin: 0 auto;
    padding: 0 0.3rem;
  }
  .main-box {
    padding-bottom: 0.76rem;
  }
  .fixed-nav {
    display: none;
  }
  .go-top {
    right: 0.3rem;
  }
  .pc-show {
    display: none;
  }
  .wrap-show {
    display: block;
  }
}

.head {
  position: fixed;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: flex;
  width: 100%;
  max-width: 19.2rem;
  height: 1.2rem;
  line-height: 0;
  align-items: center;
  padding: 0.28rem 0.3rem;
  background-color: #fff;
  border-bottom: 0.02rem rgba(0, 0, 0, 0.04) solid;
  z-index: 100;
}
.head .logo {
  width: 4.83rem;
  height: 0.64rem;
  flex-shrink: 0;
}
.head .head-nav {
  display: flex;
  width: 8.74rem;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.17rem;
}
.head .nav-item {
  width: 0.64rem;
  height: 1.2rem;
  line-height: 1.2rem;
  position: relative;
}
.head .nav-item a {
  display: block;
  color: #595757;
  font-size: 0.16rem;
}
.head .nav-item .drop-nav-item {
  background-color: #fff;
  display: flex;
  position: fixed;
  top: 1.2rem;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  max-width: 19.2rem;
  box-shadow: 0 0.1rem 0.12rem 0 rgba(0, 0, 0, 0.04);
  transition: all ease-in-out 0.3s;
}
.head .nav-item:hover::after {
  position: absolute;
  content: '';
  width: 0.39rem;
  height: 0.03rem;
  background-color: #e50113;
  left: 0.13rem;
  bottom: 0.3rem;
  border-radius: 0.05rem;
}
.head .nav-item:hover a {
  color: #0069a6;
}
.head .nav-item:hover .drop-nav-item {
  transition: all ease-in-out 0.5s;
  height: 2.53rem;
}
.head .nav-item:hover .gongsi-list {
  height: 3.19rem;
  padding: 0.55rem 0.16rem 0.43rem 0.44rem;
}
.head .nav-item .drop-nav-item .left-part {
  flex: 1;
  padding: 0.36rem 0.42rem 0.42rem 2.39rem;
  display: flex;
  justify-content: space-between;
}
.head .nav-item .gongsi-list {
  flex-wrap: wrap;
}
.head .nav-item .gongsi-list a {
  flex: 1;
  min-width: calc(16.6% - 0.48rem);
  max-width: calc(16.6% - 0.48rem);
  min-height: 0.24rem;
  max-height: 0.24rem;
  padding-right: 0.16rem;
  margin-right: 0.48rem;
  margin-bottom: 0.18rem;
  line-height: 0.24rem;
  font-size: 0.16rem;
  color: #666;
  background: url(../images/nav-item-go-cur.png) no-repeat right center;
  background-size: 0.16rem 0.12rem;
}
.head .nav-item .gongsi-list a:hover {
  color: #0069a6;
}
.head .nav-item .left-part .left-tit {
  width: 2.68rem;
}
.head .nav-item .left-part .left-tit .tit {
  font-size: 0.26rem;
  line-height: 0.26rem;
  color: #333;
  font-weight: bold;
}
.head .nav-item .left-part .left-tit .slogan {
  margin-top: 0.25rem;
  margin-left: 0.06rem;
  color: #666;
  font-size: 0.18rem;
  line-height: 0.32rem;
}
.head .nav-item .right-nav a {
  margin-top: 0.18rem;
  width: 1.52rem;
  height: 0.24rem;
  line-height: 0.24rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .nav-item .right-nav a:hover .text {
  color: #0069a6;
}
.head .nav-item .right-nav a:hover .go-icon {
  background: url(../images/nav-item-go-cur.png) no-repeat;
  background-size: 100% 100%;
}
.head .nav-item .right-nav .text {
  max-width: 1.2rem;
  color: #666;
}
.head .nav-item .right-nav .go-icon {
  width: 0.16rem;
  height: 0.12rem;
  background: url(../images/nav-item-go.png) no-repeat;
  background-size: 100% 100%;
}
.head .nav-item .drop-nav-item .right-img {
  width: 10.15rem;
  height: 2.53rem;
  padding: 0.1rem;
}
.head .language {
  transform: translateY(0.02rem);
  margin-left: 1.78rem;
  display: flex;
  align-items: center;
}
.head .dividing {
  width: 0.01rem;
  height: 0.15rem;
  background: #333;
  margin: 0 0.09rem;
}
.head .language a {
  display: block;
  font-size: 0.14rem;
  color: #333;
}
.head .search-box {
  height: 1.2rem;
  padding: 0.4rem 0;
}
.head .search,
.head .tab-switch {
  flex-shrink: 0;
  display: flex;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #a1a1a1;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.head .search .icon,
.head .tab-switch .icon {
  width: 0.2rem;
  height: 0.2rem;
}
.head .tab-switch.wrap-show {
  display: none;
}
.head .search {
  margin-left: 0.47rem;
}
.head .search .icon {
  background: url(../images/search-icon.png) no-repeat;
  background-size: 100% 100%;
}
.head .drop-search-box {
  background-color: #fff;
  display: flex;
  position: fixed;
  top: 1.2rem;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  max-width: 19.2rem;
  box-shadow: 0 0.1rem 0.12rem 0 rgba(0, 0, 0, 0.04);
  transition: all ease-in-out 0.3s;
}
.head .drop-search-box .input-box {
  margin: 0.39rem auto;
  width: 6.9rem;
  height: 0.42rem;
  position: relative;
}
.head .drop-search-box .drop-input {
  box-sizing: border-box;
  width: 6.9rem;
  height: 0.42rem;
  padding: 0.08rem 0.35rem 0.13rem 0.07rem;
  border-bottom: 0.02rem solid #ececec;
  color: #666;
  font-size: 0.16rem;
}
.head .drop-search-box .drop-search {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.27rem;
  height: 0.28rem;
}
.head .tab-switch {
  margin-left: 0.3rem;
}
.head .tab-switch .icon {
  background: url(../images/expand-icon.png) no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .head {
    left: 0;
    width: 100vw;
    max-height: 1.28rem;
    padding: 0;
    align-items: flex-start;
    flex-direction: column;
    align-items: baseline;
    transform: translateX(0);
    overflow: hidden;
    background-color: initial;
  }
  .head .logo {
    width: 100%;
    max-height: 1.28rem;
    padding: 0.22rem 0.23rem 0.28rem 0.24rem;
    flex: 1;
    background-color: #fff;
  }
  .head .logo img.logo {
    width: 5.64rem;
    height: auto;
    max-height: none;
    padding: 0;
  }
  .head .head-nav,
  .head .language,
  .head .search-box,
  .head .tab-switch {
    display: none;
  }
  .head {
    height: 100vh;
  }
  .head .tab-switch.wrap-show {
    float: right;
    display: flex;
    width: 0.72rem;
    height: 0.72rem;
    margin-left: 0;
  }
  .head .tab-switch.wrap-show .icon {
    width: 0.36rem;
    height: 0.36rem;
  }
  .head .tab-switch-wrap-close .icon {
    background-image: url(../images/close-icon.png);
  }
  .head .wrap-model {
    position: absolute;
    top: 1.28rem;
    right: -100vw;
    display: none;
    width: 100%;
    height: calc(100vh - 1.28rem);
    padding-top: 0.14rem;
    padding-bottom: 0.51rem;
    background: #f0f0f0;
    overflow: auto;
    transition: all ease-in-out 1s;
  }
  .head .wrap-model .head-nav-wrap {
    width: 100%;
    padding: 0 0.4rem;
    transition: all ease-in-out 0.3s;
  }
  .head .wrap-model .head-nav-wrap .nav-item-title,
  .head .wrap-model .head-nav-wrap .right-nav li {
    padding-top: 0.39rem;
    padding-bottom: 0.4rem;
    font-size: 0.32rem;
    line-height: 0.32rem;
    color: #333;
    border-bottom: 0.01rem solid #cbcaca;
  }
  .head .wrap-model .head-nav-wrap .go-icon {
    float: right;
    width: 0.24rem;
    height: 0.24rem;
    margin-top: 0.04rem;
    background: url(../images/nav-wrap-shouqi.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .head .wrap-model .head-nav-wrap .go-icon.wrap-zhankai {
    background-image: url(../images/nav-wrap-zhankai.png);
    background-size: 100% 0.04rem;
  }
  .head .wrap-model .head-nav-wrap .right-nav {
    margin-left: 0.24rem;
  }
  .head .wrap-model .head-nav-wrap .drop-nav-item-wrap {
    display: none;
  }
  .head .wrap-model .search-input-wrap {
    height: 0.72rem;
    margin: 0.51rem 0.4rem 0.59rem 0.4rem;
    padding: 0.18rem 0.65rem 0.17rem 0.27rem;
    border-radius: 0.08rem;
    background: #fff url(../images/drop-search-icon.png) no-repeat 6.14rem center;
    background-size: 0.4rem 0.4rem;
  }
  .head .wrap-model .search-input-wrap input {
    width: 100%;
    height: 0.37rem;
    font-size: 0.28rem;
  }
  .head .wrap-model .language-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.28rem;
    color: #333;
    line-height: 0.28rem;
  }
  .head .wrap-model .language-wrap .dividing {
    height: 0.15rem;
    margin: 0 0.26rem;
  }
  .head .wrap-model-show {
    display: block;
  }
}

.headline {
  position: relative;
  margin-top: 1.2rem;
  width: 100%;
  height: 8.8rem;
  max-width: 19.2rem;
  background: url(../images/headLine-bg.png) no-repeat;
  background-size: 100% 100%;
  z-index: 99;
}
.headline .mdTarget {
  top: -1.2rem;
}
.headline .left-text,
.headline .right-text {
  position: absolute;
}
.headline .left-text {
  top: 1.35rem;
  width: 4.94rem;
  height: 0.62rem;
  left: 4.36rem;
}
.headline .right-text {
  top: 1.97rem;
  right: 4.9rem;
  width: 8.16rem;
  height: 0.74rem;
}
@media screen and (max-width: 768px) {
  .com-headline {
    background: none;
    background-color: #f9f9fa;
  }
  .g-main.mark-title {
    margin-top: 0.5rem !important;
  }
  .g-main.mark-title a {
    color: #ec2007;
  }
  .title {
    margin-top: 0.2rem;
    font-weight: 600;
    font-size: 0.4rem;
    line-height: 0.5rem;
    padding: 0 0.35rem 0.5rem;
  }
  .headlines {
    display: none;
  }
  .module-tab .tabPanel .panel {
    height: 0.56rem;
    line-height: 0.56rem;
    font-size: 0.24rem;
    padding: 0 0.2rem;
    border-radius: 0.28rem;
  }
  .module-tab .tabItem.newslist {
    grid-template-columns: repeat(2, 3.3rem);
  }
  .module-tab .newslist .news {
    width: 3.3rem;
    height: 4rem;
  }
  .module-tab .newslist .news .news-text {
    padding: 0.2rem 0.24rem 0;
  }
  .module-tab .newslist .news .news-title {
    font-size: 0.24rem;
    line-height: 0.3rem;
    height: 0.6rem;
    font-weight: 400;
  }
  .module-tab .newslist .news .news-date {
    margin-top: 0.2rem;
    font-size: 0.18rem;
  }
  .headline {
    height: 3.44rem;
    margin-top: 1.28rem;
    background: url(../images/wap-banner.jpg) no-repeat;
    background-size: 100% 100%;
  }
  .headline .left-text,
  .headline .right-text {
    display: none;
  }
}

.news-center {
  position: relative;
  padding-top: 0.95rem;
  perspective: 10rem;
  perspective-origin: top;
}
.news-center .mdTarget {
  top: -0.6rem;
}
.news-center .news-content {
  margin-top: 0.81rem;
  display: flex;
  justify-content: space-evenly;
  width: 14.4rem;
  height: 5.87rem;
}
.news-center .news-content .left-card {
  display: flex;
}
.news-center .news-content .left-card .first-box {
  position: relative;
  width: 4rem;
  height: 100%;
}
.news-center .news-content .first-box .top {
  position: relative;
}
.news-center .news-content .first-box .top .img1 {
  width: 100%;
  height: 3rem;
}
.news-center .news-content .first-box .top .img2 {
  display: none;
}
.news-center .news-content .first-box .top .hot-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.89rem;
  height: 0.89rem;
  background: url(../images/hot.png) no-repeat;
  background-size: 100% 100%;
}
.news-center .news-content .first-box .top .text {
  position: absolute;
  top: 0.21rem;
  left: 0;
  color: #fff;
  font-size: 0.16rem;
  z-index: 9;
  transform: rotate(-45deg);
}
.news-center .news-content .first-box .bottom {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 2.87rem;
  background: url(../images/news-center-bottom.png) no-repeat top left;
  background-size: 100% 100%;
  border-bottom: 0.02rem #c20816 solid;
  padding: 0.77rem 0.3rem 0.62rem 0.37rem;
}
.news-center .news-content .first-box .title {
  color: #fff;
  max-height: 1.44rem;
  font-size: 0.18rem;
  line-height: 0.24rem;
  /* stylelint-disable-next-line value-no-vendor-prefix */
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.news-center .news-content .first-box .go-box {
  position: absolute;
  left: 1.39rem;
  bottom: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.16rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  border: 0.02rem solid #c20816;
  background: #fff;
}
.news-center .news-content .first-box .go-box img {
  transition: all 0.3s ease-in;
}
.news-center .news-content .first-box .go-box:hover img {
  transition: all 0.3s ease-out;
  transform: translateX(0.1rem);
}
.news-center .news-content .first-box .date {
  position: absolute;
  top: 2.62rem;
  left: 0.3rem;
  width: 0.8rem;
  height: 0.8rem;
  box-shadow: 0 0 0.04rem 0 rgba(0, 0, 0, 0.12);
  text-align: center;
}
.news-center .news-content .first-box .date .day {
  color: #e70f20;
  font-size: 0.4rem;
  background-color: #fff;
  height: 0.6rem;
  line-height: 0.6rem;
}
.news-center .news-content .first-box .date .year-month {
  color: #fff;
  background-color: #e70f20;
  height: 0.2rem;
  line-height: 0.2rem;
  font-size: 0.16rem;
}
.news-center .news-content .left-card .second-box {
  position: relative;
  width: 3.5rem;
  height: 100%;
  color: #333;
}
.news-center .news-content .second-box .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.18rem;
}
.news-center .news-content .second-box .top .right-date {
  font-size: 0.14rem;
}
.news-center .news-content .second-box .mid .tit {
  font-size: 0.24rem;
}
.news-center .news-content .second-box .mid .detail {
  height: 1rem;
  line-height: 0.3rem;
  margin-bottom: 0.13rem;
  font-size: 0.18rem;
  background: #f7f7f7 url(../images/list-icon.png) no-repeat 0.31rem 0.33rem;
  background-size: 0.04rem 0.05rem;
  font-family: MicrosoftYaHei;
  padding: 0.2rem 0.3rem 0.2rem 0.45rem;
}
.news-center .news-content .second-box .mid .detail a {
  height: 0.6rem;
  /* stylelint-disable-next-line value-no-vendor-prefix */
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-center .news-content .second-box .mid .detail:last-of-type {
  height: 1.36rem;
}
.news-center .news-content .second-box .go-more {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0.3rem;
  bottom: 0.2rem;
  font-size: 0.16rem;
  color: #c20000;
}
.news-center .news-content .second-box .go-more .go-icon-white {
  margin-left: 0.08rem;
  transition: all 0.3s ease-in;
}
.news-center .news-content .second-box .go-more .wap-go-icon-white {
  width: 0.4rem;
  height: 0.16rem;
  margin-left: 0.15rem;
  margin-top: 0.1rem;
  display: none;
}
.news-center .news-content .second-box .go-more:hover .go-icon-white {
  transition: all 0.3s ease-out;
  transform: translateX(0.1rem);
}
.news-center .news-content .right-list {
  display: flex;
  width: 6.6rem;
  flex-direction: column;
  justify-content: space-between;
}
.news-center .news-content .right-list .card-item {
  display: flex;
  height: 1.73rem;
}
.news-center .news-content .right-list .card-item .go-icon {
  transition: all 0.3s ease-in;
}
.news-center .news-content .right-list .card-item:hover .right-introduce {
  background-color: #f4f4f4;
}
.news-center .news-content .right-list .card-item:hover .go-icon {
  transition: all 0.3s ease-out;
  transform: translateX(0.1rem);
}
.news-center .news-content .right-list .card-item .left-img {
  width: 2.4rem;
  height: 100%;
}
.news-center .news-content .right-list .card-item .right-introduce {
  width: 0;
  background-color: #fff;
  flex: 1;
  padding: 0.2rem;
}
.news-center .news-content .right-list .card-item .right-introduce .tit {
  color: #c20000;
  font-size: 0.18rem;
  line-height: 0.18rem;
  margin-bottom: 0.08rem;
}
.news-center .news-content .right-list .card-item .right-introduce .detail {
  margin-top: 0.2rem;
  color: #333;
  height: 0.16rem;
  line-height: 0.16rem;
  font-size: 0.16rem;
}
.news-center .news-content .right-list .card-item .right-introduce .go-icon {
  margin-top: 0.07rem;
}
.news-center .news-content .right-list .card-item .right-introduce .wap-go-icon {
  display: none;
}
.newcenter {
  overflow: hidden;
}
.module-tab .newslist {
  display: grid;
  grid-template-columns: repeat(4, 3.2rem);
  justify-content: space-between;
}
.module-tab .news {
  margin-top: 0.3rem;
  width: 3.2rem;
  height: 2.62rem;
  background: #fff;
  box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.16);
  border-radius: 0.04rem;
  transition: all 0.2s;
}
.module-tab .news:hover {
  transform: translateY(-0.1rem);
}
.module-tab .news:hover .news-title {
  color: #ec2007;
}
.module-tab .news img {
  width: 100%;
  aspect-ratio: 2;
}
.module-tab .news .news-text {
  padding: 0.12rem 0.24rem 0;
}
.module-tab .news .news-title {
  color: #333;
  font-size: 0.18rem;
  height: 0.56rem;
  line-height: 0.28rem;
}
.module-tab .news .news-date {
  margin-top: 0.04rem;
  font-size: 0.14rem;
  color: #666;
}
@media screen and (max-width: 768px) {
  .news-center {
    display: block;
    margin: 0 24px;
    padding-top: 0.65rem;
    overflow: hidden;
  }
  .news-center .news-content {
    display: block;
    width: auto;
    height: auto;
    margin-top: 0.33rem;
  }
  .news-center .news-content .left-card {
    display: block;
  }
  .news-center .news-content .left-card .first-box {
    width: 100%;
  }
  .news-center .news-content .first-box .top .img1 {
    display: none;
  }
  .news-center .news-content .first-box .top .img2 {
    display: block;
    width: 100%;
    height: 3.28rem;
  }
  .news-center .news-content .first-box .bottom {
    padding-top: 0.77rem;
    height: 2.72rem;
  }
  .news-center .news-content .first-box .title {
    margin-top: 0;
    line-height: 0.32rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.32rem;
  }
  .news-center .news-content .first-box .go-box {
    width: 2.08rem;
    height: 0.72rem;
    border: none;
    background: url(../images/wap-go-icon-bg.png) no-repeat;
    background-size: 100% 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .news-center .news-content .first-box .go-box .go-icon {
    display: none;
  }
  .news-center .news-content .first-box .date {
    top: 2.5rem;
    width: 1.18rem;
  }
  .news-center .news-content .first-box .date .day {
    height: 0.78rem;
    line-height: 0.78rem;
  }
  .news-center .news-content .first-box .date .year-month {
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.24rem;
  }
  .news-center .news-content .left-card .second-box {
    width: auto;
    height: auto;
    padding: 0.4rem 0.4rem 0.9rem 0.44rem;
    background: #fff;
  }
  .news-center .news-content .second-box .top {
    font-size: 0.28rem;
  }
  .news-center .news-content .second-box .top .right-date {
    font-size: 0.28rem;
  }
  .news-center .news-content .second-box .mid {
    margin-top: 0;
  }
  .news-center .news-content .second-box .mid .tit {
    font-size: 0.32rem;
  }
  .news-center .news-content .second-box .mid .detail {
    height: 1.24rem;
    margin-top: 0.32rem;
    font-size: 0.28rem;
    line-height: 0.42rem;
    background-position: 0.31rem 0.36rem;
    background-size: 0.08rem 0.1rem;
  }
  .news-center .news-content .second-box .mid .detail a {
    height: 0.84rem;
  }
  .news-center .news-content .second-box .mid .detail:first-of-type {
    margin-top: 0;
  }
  .news-center .news-content .second-box .go-more {
    font-size: 0.28rem;
  }
  .news-center .news-content .second-box .go-more .go-icon-white {
    display: none;
  }
  .news-center .news-content .second-box .go-more .wap-go-icon-white {
    display: block;
    margin-top: 0;
  }
  .news-center .news-content .right-list {
    width: auto;
    height: 7.36rem;
    margin-top: 0.36rem;
  }
  .news-center .news-content .right-list .card-item {
    height: 2.24rem;
  }
  .news-center .news-content .right-list .card-item .left-img {
    width: 3.13rem;
  }
  .news-center .news-content .right-list .card-item .right-introduce .tit {
    line-height: 0.32rem;
    font-weight: bold;
    font-size: 0.32rem;
  }
  .news-center .news-content .right-list .card-item .right-introduce .detail {
    height: 0.24rem;
    font-size: 0.24rem;
    line-height: 0.24rem;
  }
  .news-center .news-content .right-list .card-item .right-introduce .go-icon {
    display: none;
  }
  .news-center .news-content .right-list .card-item .right-introduce .wap-go-icon {
    display: block;
    width: 0.41rem;
    height: 0.15rem;
    margin-top: 0.05rem;
  }
}

.party-building {
  position: relative;
  padding-top: 1.57rem;
  perspective: 10rem;
  perspective-origin: top;
}
.party-building .mdTarget {
  top: -0.1rem;
}
.party-building .construction-box {
  width: 14.4rem;
  margin-top: 0.45rem;
  perspective: 10rem;
  perspective-origin: top;
}
.party-building .tab-line {
  transform-style: preserve-3d;
}
.party-building .img-hover-box {
  display: flex;
  width: 14.4rem;
  height: 5rem;
  margin-top: 0.62rem;
}
.party-building .hover-item {
  position: relative;
  display: block;
  width: 1.65rem;
  height: 5rem;
  transition: all ease-in-out 0.5s;
}
.party-building .hover-item .construction-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* 图片保持原始比例，但完全覆盖容器 */
  object-position: left;
  /* 图片从左侧开始显示 */
}
.party-building .hover-item .mask {
  transition: all ease-in-out 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
}
.party-building .hover-item .description {
  height: 80%;
  transition: all ease-in-out 0.5s;
  opacity: 1;
  position: absolute;
  display: flex;
  top: 0.25rem;
  left: 0.4rem;
  color: #fff;
}
.party-building .hover-item .description .tit {
  width: 0.3rem;
  overflow: hidden;
  font-size: 0.3rem;
  line-height: 0.36rem;
}
.party-building .hover-item .description .detail {
  margin-top: 0.06rem;
  margin-left: 0.1rem;
  width: 0.2rem;
  overflow: hidden;
  font-size: 0.2rem;
  line-height: 0.26rem;
}
.party-building .hover-item .description .detail div {
  height: max-content;
  margin-bottom: 0.24rem;
}
.party-building .hover-item.cur {
  width: 7.8rem;
  background-color: rgba(0, 0, 0, 0);
  transition: all ease-in-out 0.5s;
}
.party-building .hover-item.cur .mask,
.party-building .hover-item.cur .description {
  opacity: 0;
  transition: all ease-in-out 0.5s;
}
.party-building .more-btn {
  margin-top: 0.77rem;
}
.buildinglist {
  display: grid;
  padding: 0.06rem 0 0.6rem;
  grid-template-columns: repeat(2, 6.5rem);
  justify-content: space-between;
}
.buildinglist .building {
  margin-top: 0.18rem;
  color: #d5d5d5;
  list-style: initial;
  font-size: 0.18rem;
}
.buildinglist .building .building-title {
  max-width: 100%;
  color: #333;
  font-size: 0.18rem;
}
.buildinglist .building .building-title:hover {
  color: #ec2007;
}
.buildinglist .building .building-date {
  margin-top: 0.16rem;
  font-size: 0.16rem;
  line-height: 0.16rem;
  color: #999;
}
.buildinglist .module-more {
  display: none;
}
@media screen and (max-width: 768px) {
  .partybuilding .buildinglist {
    grid-template-columns: 1fr;
    padding: 0.02rem 0 0;
  }
  .partybuilding .buildinglist .building {
    list-style: none;
    width: 6.9rem;
    border-bottom: 0.01rem #979797 dashed;
    padding: 0.32rem 0;
    margin-top: 0;
  }
  .partybuilding .buildinglist .building a {
    text-wrap: wrap;
    display: box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .partybuilding .buildinglist .building .building-title {
    font-size: 0.32rem;
    line-height: 0.4rem;
  }
  .partybuilding .buildinglist .building-date {
    display: none;
  }
  .partybuilding .buildinglist .module-more {
    display: flex;
    margin-top: 0.3rem;
  }
  .party-building {
    margin: 0 0.24rem;
    padding-top: 0.56rem;
  }
  .party-building .construction-box {
    width: auto;
    margin-top: 0.4rem;
  }
  .party-building .construction-box .tab-line .tab-item {
    width: auto;
    height: 0.48rem;
    font-size: 0.32rem;
  }
  .party-building .img-hover-box {
    width: auto;
    height: auto;
    flex-direction: column;
    margin-top: 0.32rem;
  }
  .party-building .hover-item {
    width: 7.02rem;
    height: 2.02rem;
  }
  .party-building .hover-item .mask {
    opacity: 0.4;
  }
  .party-building .hover-item .description {
    display: block;
    top: 0.58rem;
    height: auto;
  }
  .party-building .hover-item .description .tit {
    width: auto;
  }
  .party-building .hover-item .description .detail {
    display: flex;
    margin-left: -0.15rem;
    margin-top: 0.24rem;
    width: auto;
  }
  .party-building .hover-item .description .detail div {
    margin-left: 0.15rem;
  }
  .party-building .hover-item.cur {
    width: 7.02rem;
    height: 4.9rem;
  }
  .party-building .more-btn {
    margin-top: 0.48rem;
  }
}

.culture {
  position: relative;
  padding-top: 1.79rem;
  perspective: 10rem;
  perspective-origin: top;
}
.culture .mdTarget {
  top: 0.25rem;
}
.culture .culture-box {
  margin-top: 0.58rem;
}
.culture .tab-line {
  column-gap: 1.12rem;
}
.culture .tab-line .tab-item.cur {
  color: #0469b6;
  border-bottom: 0.03rem solid #0469b6;
}
.culture .tab-content {
  display: none;
}
.culture .swiper-3d {
  margin-top: 0.05rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13.66rem;
  height: 4.55rem;
  perspective: 10rem;
}
.culture .swiper-3d:hover .swiper-3d-content {
  animation-play-state: paused;
}
.culture .swiper-3d .swiper-3d-content {
  position: relative;
  width: 2.8rem;
  height: 2.02rem;
  cursor: pointer;
  transform-style: preserve-3d;
  animation: rotate 30s linear infinite;
}
.culture .swiper-3d .swiper-3d-content a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.culture .swiper-3d .swiper-3d-content a img {
  width: 100%;
  height: 100%;
}
.culture .swiper-3d .swiper-3d-content a .bottom-text {
  text-align: center;
  max-width: 100%;
  padding: 0 0.25rem;
  color: #666;
  font-size: 0.12rem;
  margin-top: 0.13rem;
}
.culture .swiper-3d-content a:nth-child(1) {
  transform: rotateY(0deg) translateZ(4.1rem);
}
.culture .swiper-3d-content a:nth-child(2) {
  transform: rotateY(45deg) translateZ(4.1rem);
}
.culture .swiper-3d-content a:nth-child(3) {
  transform: rotateY(90deg) translateZ(4.1rem);
}
.culture .swiper-3d-content a:nth-child(4) {
  transform: rotateY(135deg) translateZ(4.1rem);
}
.culture .swiper-3d-content a:nth-child(5) {
  transform: rotateY(180deg) translateZ(4.1rem);
}
.culture .swiper-3d-content a:nth-child(6) {
  transform: rotateY(225deg) translateZ(4.1rem);
}
.culture .swiper-3d-content a:nth-child(7) {
  transform: rotateY(270deg) translateZ(4.1rem);
}
.culture .swiper-3d-content a:nth-child(8) {
  transform: rotateY(315deg) translateZ(4.1rem);
}
.culture .more-btn {
  margin-top: 0.9rem;
}
@keyframes rotate {
  0% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@media screen and (max-width: 768px) {
  .culture {
    padding-top: 0.56rem;
  }
  .culture .culture-box {
    margin-top: 0.4rem;
  }
  .culture .tab-line .tab-item {
    width: auto;
    height: 0.48rem;
    font-size: 0.32rem;
  }
  .culture .tab-line .tab-item.cur {
    color: #e70f20;
    border-bottom: 0.03rem solid #e70f20;
  }
  .culture .swiper-3d {
    width: 7.5rem;
    height: 5.21rem;
  }
  .culture .swiper-3d .swiper-3d-content {
    width: 3.2rem;
    height: 2.32rem;
    margin-top: -0.2rem;
  }
  .culture .more-btn {
    margin-top: 0.38rem;
  }
}

.activity {
  position: relative;
  padding-top: 1.98rem;
  perspective: 10rem;
  perspective-origin: top;
}
.activity .mdTarget {
  top: 0.55rem;
}
.activity .activity-box {
  margin-top: 0.82rem;
}
.activity .activity-list {
  display: flex;
  width: 16.33rem;
  height: 5.13rem;
  justify-content: space-between;
}
.activity .activity-list .activity-item {
  display: flex;
  width: 3.55rem;
  height: 4.13rem;
}
.activity .activity-list .activity-item:nth-child(even) {
  transform: translateY(1rem);
}
.activity .activity-item .left-line {
  flex-shrink: 0;
  margin-top: 0.08rem;
  width: 0.2rem;
  height: 4.05rem;
  background: url(../images/left-line.png) no-repeat;
  background-size: 100% 100%;
}
.activity .activity-item .right-content {
  margin-top: -0.07rem;
  margin-left: 0.15rem;
}
.activity .activity-item .right-content .number {
  color: #82bbe2;
  font-size: 0.36rem;
}
.activity .activity-item .right-content .tit {
  margin-top: 0.08rem;
  font-size: 0.24rem;
  color: #333;
  max-width: 3.2rem;
}
.activity .activity-item .right-content .dividing {
  margin-top: 0.17rem;
  width: 0.5rem;
  height: 0.04rem;
  background: #0469b6;
}
.activity .activity-item .right-content .img-box {
  display: block;
  width: 3.2rem;
  height: 2.13rem;
  margin-top: 0.6rem;
  border: 0.05rem #fff solid;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.16);
}
.activity .activity-item .right-content .img-box img {
  width: 100%;
  height: 100%;
}
.activity .more-btn {
  margin-top: 0.58rem;
}
@media screen and (max-width: 768px) {
  .activity {
    padding-top: 0.56rem;
    margin: 0 0.24rem;
  }
  .activity .activity-box {
    margin-top: 0.32rem;
  }
  .activity .activity-list {
    width: auto;
    height: auto;
    display: block;
  }
  .activity .activity-list .activity-item {
    width: auto;
    height: auto;
  }
  .activity .activity-list .activity-item .left-line {
    width: 0.4rem;
    height: 5.91rem;
    background: url(../images/wap-left-line.png) no-repeat;
    background-size: 100% 100%;
  }
  .activity .activity-list .activity-item .right-content .img-box {
    width: 6.51rem;
    height: 4.37rem;
    margin-top: 0.3rem;
  }
  .activity .activity-list .activity-item .right-content .dividing {
    width: 0.65rem;
    height: 0.02rem;
  }
  .activity .activity-list .activity-item:nth-child(even) {
    transform: translateY(0);
  }
  .activity .more-btn {
    margin-top: 0.15rem;
  }
}

.vision {
  position: relative;
  padding-top: 1.77rem;
  perspective: 10rem;
  perspective-origin: top;
}
.vision .mdTarget {
  top: 0.4rem;
}
.vision .vision-box {
  width: 15.77rem;
  margin-top: 1.33rem;
}
.vision .vision-swiper {
  position: relative;
  overflow: hidden;
  width: 15.77rem;
  height: 2.97rem;
}
.vision .vision-swiper .swiper-slide-content {
  width: 5.27rem;
  height: 2.97rem;
  display: flex;
  position: relative;
  opacity: 0.6;
  transition: all ease-in-out 0.5s;
  align-items: center;
}
.vision .vision-swiper .swiper-slide-content img {
  width: 4.65rem;
  height: 2.63rem;
}
.vision .vision-swiper .swiper-slide-content .play {
  display: none;
}
.vision .vision-swiper .swiper-slide-content .text {
  display: none;
  width: 100%;
  position: absolute;
  height: 0.45rem;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.48);
}
.vision .vision-swiper .swiper-slide-content .text div {
  color: #fff;
  font-size: 0.2rem;
  line-height: 0.45rem;
  padding: 0 0.22rem;
}
.vision .vision-swiper .swiper-slide-prev .swiper-slide-content {
  justify-content: start;
}
.vision .vision-swiper .swiper-slide-next .swiper-slide-content {
  justify-content: end;
}
.vision .vision-swiper .swiper-slide-active .swiper-slide-content {
  opacity: 1;
  border: 0.1rem #fff solid;
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.08rem;
  transition: all ease-in-out 0.5s;
}
.vision .vision-swiper .swiper-slide-active .swiper-slide-content img {
  width: 100%;
  height: 100%;
}
.vision .vision-swiper .swiper-slide-active .swiper-slide-content .text {
  display: block;
}
.vision .vision-swiper .swiper-slide-active .swiper-slide-content:hover .play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.7rem;
  height: 0.7rem;
  background: url(../images/play.png) no-repeat;
  background-size: 100% 100%;
}
.vision .more-btn {
  margin-top: 0.58rem;
}
.vision .swiper-button-prev,
.vision .swiper-button-next {
  width: 0.33rem;
  height: 0.33rem;
  border-radius: 50%;
  border: #d3d3d3 0.01rem solid;
  color: #575b66;
  font-size: 0.22rem;
}
.vision .swiper-button-prev::after,
.vision .swiper-button-next::after {
  display: none;
}
.vision .swiper-button-prev:hover,
.vision .swiper-button-next:hover {
  border: #006cab 0.01rem solid;
  color: #006cab;
  background-color: #fff;
}
.vision .swiper-button-prev {
  left: 4.78rem;
  background: url(../images/normal-jiantou.png) no-repeat center center;
  background-size: 0.07rem 0.13rem;
}
.vision .swiper-button-next {
  right: 4.78rem;
  background: url(../images/normal-jiantou.png) no-repeat center center;
  background-size: 0.07rem 0.13rem;
  transform: rotate(180deg);
}
.vision .swiper-button-prev:hover {
  background: url(../images/hover-jiantou.png) no-repeat center center;
  background-size: 0.07rem 0.13rem;
  transform: rotate(180deg);
}
.vision .swiper-button-next:hover {
  background: url(../images/hover-jiantou.png) no-repeat center center;
  background-size: 0.07rem 0.13rem;
  transform: rotate(0);
}
@media screen and (max-width: 768px) {
  .vision {
    padding-top: 0.56rem;
    margin: 0 0.24rem;
  }
  .vision .vision-box {
    width: auto;
    margin-top: 0.36rem;
  }
  .vision .vision-swiper {
    width: auto;
    height: 3.96rem;
  }
  .vision .vision-swiper .swiper-slide-content {
    width: 7.02rem;
    height: 3.96rem;
    border: 0.1rem #fff solid;
    box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.1);
    border-radius: 0.08rem;
  }
  .vision .vision-swiper .swiper-slide-content .text {
    height: 0.8rem;
  }
  .vision .vision-swiper .swiper-slide-content .text div {
    font-size: 0.32rem;
    line-height: 0.8rem;
  }
  .vision .vision-swiper .swiper-slide-content img {
    width: 100%;
    height: 100%;
  }
  .vision .swiper-button-prev,
  .vision .swiper-button-next {
    display: none;
  }
}

.foot {
  position: relative;
  width: 100%;
  max-width: 19.2rem;
  background-color: #fff;
  padding-top: 0.52rem;
  padding-bottom: 0.36rem;
}
.foot .qr-code-list {
  display: flex;
  justify-content: center;
  column-gap: 0.41rem;
  line-height: 0;
}
.foot .qr-code-list img {
  width: 0.72rem;
  height: 0.72rem;
}
.foot .qr-code-list .bottom-text {
  text-align: center;
  margin-top: 0.15rem;
  padding: 0 0.1rem;
  font-size: 0.14rem;
  line-height: 0.14rem;
}
.foot .info-line {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.21rem;
  margin-top: 0.63rem;
  font-size: 0.14rem;
  line-height: 0.19rem;
}
.foot .info-line a {
  color: #000;
  display: block;
}
.foot .info-line .info-icon {
  width: 0.18rem;
  height: 0.18rem;
}
.foot .right-line {
  margin-top: 0.11rem;
  display: flex;
  column-gap: 0.21rem;
  justify-content: center;
}
.foot .right-line a {
  font-size: 0.14rem;
  line-height: 0.19rem;
  color: #666;
}
@media screen and (max-width: 768px) {
  .foot {
    width: auto;
    margin: 0 0.24rem;
    padding-top: 0.56rem;
    padding-bottom: 0.29rem;
  }
  .foot .qr-code-list {
    column-gap: 0.8rem;
    justify-content: center;
  }
  .foot .qr-code-list img {
    width: 1.2rem;
    height: 1.2rem;
  }
  .foot .qr-code-list .bottom-text {
    color: #666;
    line-height: 0.28rem;
    font-size: 0.28rem;
  }
  .foot .info-line {
    display: block;
    margin-top: 0.32rem;
    font-size: 0.28rem;
    line-height: 0.37rem;
  }
  .foot .info-line a {
    margin-bottom: 0.26rem;
  }
  .foot .info-line .info-icon {
    width: 0.32rem;
    height: 0.32rem;
  }
  .foot .right-line {
    display: block;
    margin-top: 0;
  }
  .foot .right-line a {
    display: block;
    line-height: 0.52rem;
    font-size: 0.28rem;
  }
}

.selector {
  position: relative;
  display: inline-block;
  width: 2.6rem;
  margin-top: 0.07rem;
  margin-left: 0.65rem;
}
.selector .show {
  display: flex;
  width: 2.6rem;
  border-radius: 0.04rem;
}
.selector .show .text {
  flex: 1;
  padding: 0.1rem 0.2rem;
  border: 0.01rem solid #e2e2e2;
  border-right: none;
  color: #666;
  font-size: 0.14rem;
  line-height: 0.14rem;
  border-radius: 0.04rem 0 0 0.04rem;
}
.selector .arrow {
  flex-shrink: 0;
  width: 0.36rem;
  height: 0.36rem;
  padding: 0.1rem;
  background: #d50d02;
  border-radius: 0 0.04rem 0.04rem 0;
}
.selector .arrow img {
  width: 0.16rem;
  vertical-align: top;
  transition: transform linear 0.3s;
}
.selector .arrow .rotate {
  transform: rotateZ(180deg);
}
.selector .draw {
  position: absolute;
  top: 0.36rem;
  left: 0;
  width: 100%;
  height: 0;
  max-height: 3rem;
  overflow: auto;
  transition: height linear 0.3s;
  border: 0.01rem solid #e2e2e2;
  border-top: none;
  border-radius: 0 0 0.04rem 0.04rem;
  background-color: #f9f9fa;
  z-index: 2;
}
.selector .draw a {
  display: block;
  padding: 0.1rem 0.2rem;
  font-size: 0.14rem;
  color: #666;
}
.selector .h-auto {
  height: auto;
}
@media screen and (max-width: 768px) {
  .selector {
    width: 100%;
    margin: 0 0 0.32rem;
  }
  .selector .show {
    width: 100%;
  }
  .selector .show .text {
    flex: 1;
    padding: 0.16rem 0.32rem;
    font-size: 0.32rem;
    line-height: 0.32rem;
  }
  .selector .arrow {
    width: 0.64rem;
    height: 0.64rem;
    padding: 0;
    text-align: center;
    line-height: 0.64rem;
  }
  .selector .arrow img {
    width: 0.3rem;
    vertical-align: middle;
  }
  .selector .draw {
    top: 0.64rem;
  }
  .selector .draw a {
    padding: 0.16rem 0.32rem;
    font-size: 0.32rem;
    line-height: 0.32rem;
  }
}

.special-banner {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
  text-align: center;
  font-size: 0;
}
.special-banner .module-title {
  margin-bottom: 0.3rem;
}
.special-banner .swiper-con .swiper-container {
  width: 14.1rem;
}
.special-banner .swiper-con .swiper-container .swiper-slide-content {
  display: block;
  margin-right: 0.4rem;
}
.special-banner .swiper-con .swiper-container .swiper-slide-content:hover .slide-bottom-title {
  color: #ec2007;
}
.special-banner .swiper-con .swiper-container .swiper-slide-content img {
  width: 100%;
  height: 2.8rem;
}
.special-banner .swiper-con .swiper-container .swiper-slide-content .slide-bottom {
  text-align: left;
}
.special-banner .swiper-con .swiper-container .swiper-slide-content .slide-bottom-title {
  margin-top: 0.2rem;
  margin-bottom: 0.08rem;
  font-size: 0.18rem;
  font-weight: bold;
  color: #333;
  line-height: 0.18rem;
}
.special-banner .swiper-con .swiper-container .swiper-slide-content .slide-bottom-detail {
  max-height: 0.48rem;
  font-size: 0.16rem;
  color: #666;
  line-height: 0.24rem;
  white-space: initial;
}
@media screen and (max-width: 768px) {
  .special-banner {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .special-banner .swiper-con .swiper-container .swiper-slide-content img {
    height: 4.5rem;
  }
  .special-banner .swiper-con .swiper-button-next,
  .special-banner .swiper-con .swiper-button-prev {
    width: 0.53rem;
    height: 1.2rem;
    top: 50%;
    margin-top: -50px;
    transform: translateY(-50%);
  }
  .special-banner .swiper-con .swiper-container .swiper-slide-content .slide-bottom {
    width: 6.9rem;
  }
  .special-banner .swiper-con .swiper-container .swiper-slide-content .slide-bottom .slide-bottom-title {
    margin-top: 0.29rem;
    font-size: 0.32rem;
    line-height: 0.32rem;
    margin-bottom: 0.2rem;
  }
  .special-banner .swiper-con .swiper-container .swiper-slide-content .slide-bottom .slide-bottom-detail {
    font-size: 0.24rem;
    line-height: 0.3rem;
    max-height: 0.6rem;
  }
  .special-banner .module-more {
    display: none;
  }
}

/* stylelint-disable declaration-no-important */
.module-title {
  margin-top: 0.5rem;
  font-size: 0.32rem;
  font-weight: 500;
  color: #333;
  text-align: center;
  line-height: 0.32rem;
}
.module-title a:hover {
  color: #ec2007;
}
.module-tab .tabPanel {
  display: flex;
  justify-content: center;
}
.module-tab .panel {
  height: 0.4rem;
  line-height: 0.4rem;
  margin-top: 0.3rem;
  padding: 0 0.24rem;
  background: #fff;
  border-radius: 0.2rem;
  border: 0.01rem solid #ddd;
  font-weight: 400;
  font-size: 0.16rem;
  text-align: center;
}
.module-tab .panel.cur {
  background: linear-gradient(90deg, #ec1e05 0%, #e81e1f 100%);
  color: #fff;
  font-weight: 600;
  border: 0;
}
.module-tab .panel:nth-child(n+1) {
  margin-left: 0.16rem;
}
.module-more {
  display: flex;
  align-items: center;
  padding-left: 0.44rem;
  margin: 0.4rem auto 0.5rem;
  width: 1.6rem;
  height: 0.4rem;
  background: #fff;
  border-radius: 0.08rem;
  border: 0.01rem solid #ddd;
  font-size: 0.16rem;
}
.module-more span {
  line-height: 0.4rem;
  font-weight: 400;
  color: #333;
  flex-shrink: 0;
}
.module-more img {
  width: 0.21rem;
  margin-left: 0.2rem;
}
.module-more:focus {
  border: 0.01rem solid #ddd;
}
.module-more:hover {
  background: #ec2007 !important;
  border: 0 !important;
}
.module-more:hover span {
  color: #fff;
}
.module-more:hover img {
  display: none;
}
.module-more:hover .hover {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .module-title {
    font-size: 0.36rem;
    font-weight: bold;
    color: #000;
    line-height: 36px;
  }
  .module-more {
    height: 0.56rem;
    padding-left: 0.36rem;
    font-size: 0.24rem;
  }
}

.sou.red span {
  color: red;
  background: url(../images/arr2.png) no-repeat right center / auto 70%;
  padding-right: 10px;
}
.sou.green span {
  color: #090;
  background: url(../images/arr4.png) no-repeat right center / auto 70%;
  padding-right: 10px;
}
.sectooltip-container i {
  float: right;
  font-style: normal;
}
.sectooltip-container.english .name {
  width: 106px;
}
.sectooltip-container.english.isReform .name {
  width: 169px;
}
.sectooltip-container.english.after-hour .name {
  width: 160px;
}
.sectooltip-container.after-hour .name {
  width: 70px;
}
.sectooltip-container .name {
  display: inline-block;
  width: 46px;
  text-align: right;
}
.sectooltip-container .name.newest {
  font-size: 14px;
  line-height: 28px;
}
.sectooltip-container.isBond .name {
  width: 60px;
}
.sectooltip-container .average-down.value,
.sectooltip-container .close-down.value,
.sectooltip-container .delta-down.value,
.sectooltip-container .high-down.value,
.sectooltip-container .low-down.value,
.sectooltip-container .new-down.name,
.sectooltip-container .new-down.value,
.sectooltip-container .open-down.value {
  color: #22ac38;
}
.sectooltip-container .average-up.value,
.sectooltip-container .close-up.value,
.sectooltip-container .delta-up.value,
.sectooltip-container .high-up.value,
.sectooltip-container .low-up.value,
.sectooltip-container .new-up.name,
.sectooltip-container .new-up.value,
.sectooltip-container .open-up.value {
  color: #db3338;
}
.enterprise-culture {
  background: url(../images/enterprise-culture-bg.png) no-repeat center center / 100% 80%, #f9f9fa;
}
.enterprise-culture .active {
  background-color: #ec2007;
  color: #fff !important;
  border-color: #ec2007;
}
.caursel3d {
  width: 336px;
  height: 208px;
  top: 70px;
  perspective: 2100px;
  position: relative;
  margin: auto;
  animation-name: fade-in-up;
}
.caursel3d .carousel {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  transform-style: preserve-3d;
}
.caursel3d figure {
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  overflow: hidden;
  width: 336px;
  height: 208px;
  margin: 0;
}
.caursel3d figure:hover img {
  transform: scale(1.2);
}
.caursel3d img {
  cursor: pointer;
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.index-middle:hover a {
  color: #ec2007;
}
@media screen and (max-width: 768px) {
  .enterprise-culture {
    padding-top: 0.5rem;
    background: #f9f9fa;
    padding-bottom: 0.5rem;
  }
  .enterprise-culture .module-title {
    margin-bottom: 0.3rem;
  }
  .enterprise-culture .wap-feature-tabs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0.2rem;
    justify-content: space-between;
    padding: 0 0.73rem;
  }
  .enterprise-culture .wap-feature-tabs div.js-ec-tab {
    text-align: center;
    margin-left: 0;
    height: 0.56rem;
    line-height: 0.56rem;
    padding: 0 0.2rem;
    font-size: 0.2rem;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .enterprise-culture .index-middle {
    width: 100%;
  }
  .enterprise-culture .caursel3d {
    width: 3rem;
    height: 1.92rem;
  }
  .enterprise-culture .caursel3d figure {
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    overflow: hidden;
    width: 3rem;
    height: unset;
  }
  .enterprise-culture .dividing {
    height: 1.4rem;
  }
}

.head-swiper {
  width: 100%;
  max-width: 19.2rem;
  overflow: hidden;
  position: relative;
}
.head-swiper .swiper-container .swiper-slide img {
  width: 100%;
}
.head-swiper .swiper-button-next,
.head-swiper .swiper-button-prev {
  display: none;
}
.head-swiper .swiper-pagination-head {
  bottom: 0.3rem;
}
.head-swiper .swiper-pagination-head .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.02rem;
  border-radius: 0;
  background-color: #fff;
  opacity: 1;
}
.head-swiper .swiper-pagination-head .swiper-pagination-bullet-active {
  background-color: #d50d02;
}
.head-swiper .swiper-slide-content {
  position: relative;
  display: block;
}
.head-swiper .swiper-slide-content .text {
  position: absolute;
  left: 0;
  bottom: 1.19rem;
  width: 10.73rem;
  height: 1.96rem;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.3rem 0.4rem 0.3rem 0.5rem;
  font-size: 0.44rem;
  color: #fff;
}
.head-swiper .swiper-slide-content .text p {
  overflow: hidden;
  text-overflow: ellipsis;
  /* stylelint-disable-next-line value-no-vendor-prefix */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.announcement {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 19.2rem;
  padding: 0.24rem 0.31rem 0.28rem;
  background-color: #fff;
  box-shadow: 0 0.04rem 0.06rem 0 rgba(0, 0, 0, 0.04);
}
.announcement .announcement-logo img {
  width: 0.86rem;
  height: 0.21rem;
}
.announcement .content {
  margin-left: 0.31rem;
  flex: 1;
  overflow: hidden;
}
.announcement .content a {
  display: inline-block;
  margin-right: 0.4rem;
  font-size: 0.2rem;
  color: #333;
}
.announcement .content a::before {
  display: block;
  content: '';
  width: 0.03rem;
  height: 0.03rem;
  background: #333;
  border-radius: 50%;
  transform: translate(-0.15rem, 0.15rem);
}
.announcement .content a:hover {
  color: #d50d02;
}
.announcement .content a:hover::before {
  background-color: #d50d02;
}
.child-index .partybuilding,
.child-part2 .vision,
.child-part2 .newcenter {
  background: unset;
}
.child-index {
  max-width: 19.2rem;
  margin: 0 auto -50px;
  background: #f6f9fa;
}
.child-index .newcenter .module-title {
  font-weight: bold;
}
.child-index .module-tab {
  margin-top: 0.08rem;
}
.child-index .module-more {
  margin-bottom: 0.32rem;
}
.child-part2 {
  background: url(../images/child-bg.png) no-repeat center 0.4rem #fff;
}
.child-part2 .module-title {
  font-weight: bolder;
}
.child-part2 .partybuilding {
  transform: translateY(0.2rem);
}
.child-part2 .buildinglist {
  transform: translateX(0.22rem);
  padding-top: 0.19rem;
}
.child-part2 .buildinglist .building {
  margin-top: 0.2rem;
  color: #27a323;
}
.child-part2 .buildinglist .building .building-date {
  margin-top: 0.08rem;
}
.child-part2 .vision .module-title {
  transform: translateY(-0.39rem);
}
.child-part2 .visionlist {
  margin-top: -39px;
}
.child-part2 .vision .module-more span {
  color: #333;
}
.child-part2 .vision .module-more:hover span {
  color: #fff;
}
.img-swiper {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.4rem;
}
.img-swiper img {
  width: 100%;
  height: 100%;
}
.img-swiper .swiper-button-next,
.img-swiper .swiper-button-prev {
  display: none;
}
@media screen and (max-width: 768px) {
  .child-index {
    width: 100%;
    margin-bottom: 0;
  }
  .child-index .child-part2 .buildinglist {
    transform: translateX(0);
  }
  .child-index .child-part2 .vision .module-title {
    transform: translateY(0);
  }
  .child-index .child-part2 .visionlist {
    margin-top: 0;
  }
  .head-swiper .swiper-slide-content .text {
    bottom: 0.5rem;
    width: 62%;
    font-size: 0.24rem;
    height: 0.9rem;
    padding: 0.1rem 0.2rem;
  }
}

.overview .tit {
  width: 100%;
  background: url(../images/overview-pg.png) no-repeat;
  height: 2.1rem;
  padding-top: 0.49rem;
  padding-left: 2.77rem;
  margin-top: 1.2rem;
}
.overview .tit .title-cn {
  font-size: 0.4rem;
  color: #e81e1f;
}
.overview .tit .title-en {
  font-size: 0.31rem;
  color: #c0c9d4;
  line-height: 0.4rem;
}
.overview .cm-loc {
  display: flex;
  align-items: center;
  margin-top: 0.28rem;
}
.overview .cm-loc .location-icon {
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.07rem;
}
.overview .cm-loc a {
  margin-left: -0.06rem;
}
.overview .cm-loc .symbol {
  margin-left: 0.03rem;
}
.overview .cm-loc .cur {
  margin-left: 0.05rem;
}
.overview .cm-loc span,
.overview .cm-loc a {
  color: #6d757d;
}
.overview .cm-loc span:last-of-type {
  color: #3a3e43;
}
.overview .news-tab {
  display: flex;
  margin-top: 0.3rem;
}
.overview .news-tab .left-nav {
  width: 3.05rem;
  margin-right: 0.51rem;
}
.overview .news-tab .left-nav .nav-item {
  display: block;
  width: 100%;
  min-height: 0.7rem;
  background: #f5f6fb;
  border-radius: 0.04rem;
  font-size: 0.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.21rem;
  cursor: pointer;
  padding: 0.18rem 0.2rem;
}
.overview .news-tab .left-nav .nav-item.cur,
.overview .news-tab .left-nav .nav-item:hover {
  font-size: 0.24rem;
  background: #e81e1f;
  color: #fff;
}
.overview .news-tab .right-content {
  flex: 1;
}
.overview .news-tab .right-content .module-tab .newslist {
  grid-template-columns: repeat(3, 3.2rem);
  row-gap: 0.4rem;
}
.overview .news-tab .right-content .module-tab .news {
  margin-top: 0;
}
.overview .news-tab .module-more {
  margin-bottom: 0.4rem;
}
.overview .news-tab .right-content .module-tab .no-img {
  display: flex;
  color: #333;
  padding: 0.5rem 0;
  border-bottom: 0.01rem solid #d8d8d8;
}
.overview .news-tab .right-content .module-tab .no-img .date {
  background-color: #f5f6fb;
  width: 1.1rem;
  height: 1.06rem;
  text-align: center;
  padding-top: 0.14rem;
  flex-shrink: 0;
  margin-right: 0.4rem;
}
.overview .news-tab .right-content .module-tab .no-img .date .day {
  font-size: 0.36rem;
}
.overview .news-tab .right-content .module-tab .no-img .date .month {
  margin-top: 0.03rem;
  font-size: 0.16rem;
}
.overview .news-tab .right-content .module-tab .no-img .right {
  flex: 1;
}
.overview .news-tab .right-content .module-tab .no-img .right .right-tit {
  font-size: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
}
.overview .news-tab .right-content .module-tab .no-img .right .content {
  margin-top: 0.14rem;
  font-size: 0.18rem;
  /* stylelint-disable-next-line value-no-vendor-prefix */
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 0.28rem;
}
.overview .news-tab .right-content .module-tab .no-img .right .detail-btn {
  display: block;
  margin-top: 0.21rem;
  text-align: center;
  width: 1.12rem;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #999;
  font-size: 0.16rem;
  border-radius: 0.04rem;
  border: 1px solid #ddd;
}
.overview .news-tab .right-content .module-tab .no-img .right .detail-btn:hover {
  background-color: #e81e1f;
  color: #fff;
  border: none;
}
.overview .news-tab .right-content .module-tab .no-img:first-child {
  padding-top: 0;
}
.overview .news-box {
  margin-top: 0.32rem;
  margin-bottom: 0.4rem;
}
.overview .news-box .news-title {
  text-align: center;
  line-height: 0.38rem;
  font-size: 0.38rem;
  color: #3a3e43;
  font-weight: bold;
}
.overview .news-box .news-date {
  margin-top: 0.29rem;
  width: 100%;
  display: flex;
  justify-content: center;
  column-gap: 0.15rem;
  padding-bottom: 0.3rem;
  border-bottom: 0.01rem solid #eee;
  color: #666;
}
.overview .news-box .news-text {
  margin-top: 0.39rem;
  font-size: 0.18rem;
  color: #333;
}
.overview .news-box .news-text .img-box {
  max-width: 100%;
  text-align: center;
  margin-bottom: 0.3rem;
}
.overview .news-box .news-text .img-box .img-footer {
  margin-top: 0.21rem;
  font-size: 0.18rem;
}
.overview .news-box .news-warn {
  margin-top: 0.2rem;
  color: #666;
  font-size: 0.18rem;
}
.overview .news-box .news-editor {
  margin-top: 0.3rem;
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 768px) {
  .overview .tit {
    padding-top: 0.36rem;
    padding-left: 0.7rem;
    height: 1.5rem;
    background: url(../images/overview-og-wap.png);
  }
  .overview .tit .title-cn {
    font-size: 0.36rem;
    color: #e81e1f;
    font-weight: 600;
  }
  .overview .tit .title-en {
    font-size: 0.24rem;
    color: #c0c9d4;
    line-height: 0.24rem;
    margin-top: 0.1rem;
    font-weight: 300;
  }
  .overview .cm-loc {
    font-size: 0.28rem;
  }
  .overview .cm-loc .location-icon {
    width: 0.36rem;
    height: 0.36rem;
  }
  .overview .news-tab {
    margin-top: 0.54rem;
    flex-direction: column;
  }
  .overview .news-tab .left-nav {
    display: grid;
    grid-template-columns: repeat(2, 3.3rem);
    gap: 0.3rem;
  }
  .overview .news-tab .left-nav .nav-item {
    margin-bottom: 0;
    font-size: 0.28rem;
    font-weight: 400;
    padding: 0.3rem 0.4rem;
  }
  .overview .news-tab .left-nav .nav-item:hover {
    font-size: 0.28rem;
    font-weight: 400;
  }
  .overview .news-tab .left-nav .nav-item.cur {
    font-size: 0.28rem;
    font-weight: 400;
  }
  .overview .news-tab .right-content {
    margin-top: 0.5rem;
  }
  .overview .news-tab .right-content .module-tab .newslist {
    grid-template-columns: repeat(2, 3.3rem);
  }
  .overview .news-tab .right-content .module-tab .no-img .right .right-tit {
    font-size: 0.28rem;
    font-weight: 500;
    line-height: 0.35rem;
    /* stylelint-disable-next-line value-no-vendor-prefix */
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-wrap: wrap;
    min-height: 0.7rem;
  }
  .overview .news-tab .right-content .module-tab .no-img .right .content {
    display: none;
  }
  .overview .news-tab .right-content .module-tab .no-img .right .detail-btn {
    margin-top: 0.3rem;
    width: 1.36rem;
    height: 0.56rem;
    line-height: 0.57rem;
    font-size: 0.24rem;
  }
  .overview .news-box {
    margin-top: 0.54rem;
  }
  .overview .news-box .news-title {
    font-size: 0.4rem;
    line-height: 0.5rem;
  }
  .overview .news-box .news-date {
    display: block;
    margin-top: 0.4rem;
    font-size: 0.29rem;
    line-height: 0.35rem;
    flex-wrap: wrap;
    padding: 0 0.7rem;
    text-align: center;
    color: #999;
  }
  .overview .news-box .news-date span {
    flex-shrink: 0;
  }
  .overview .news-box .news-text {
    margin-top: 0.4rem;
    font-size: 0.32rem;
  }
  .overview .news-box .news-text .img-box .img-footer {
    margin-top: 0.3rem;
    font-size: 0.28rem;
  }
  .overview .news-box .news-warn {
    display: none;
  }
  .overview .news-box .news-editor {
    font-size: 0.32rem;
    margin-top: 0.2rem;
    display: flex;
    justify-content: end;
  }
}

@media screen and (max-width: 768px) {
  .wap-shares-box {
    flex-wrap: wrap;
    padding: 0.5rem 0.3rem 0.4rem;
  }
  .wap-shares-box .wap-main-box {
    width: 100%;
    height: 611px;
    margin-right: 0;
  }
  .wap-shares-box .wap-second-box {
    margin-top: 0.4rem;
  }
  .wap-shares-box .wap-charts-line {
    display: block;
  }
  .wap-shares-box .wap-charts-line .wap-charts-title {
    text-align: center;
    font-size: 0.36rem;
    font-weight: 600;
  }
  .wap-shares-box .wap-charts-line .wap-charts-tabs {
    display: flex;
    margin-top: 0.3rem;
    font-size: 0.32rem;
    justify-content: center;
    align-items: center;
  }
  .wap-shares-box .wap-charts-line .wap-charts-tabs .wap-dividing {
    height: 0.32rem;
    margin: 0 0.2rem;
  }
}

.vision-new {
  overflow: hidden;
  height: 8.98rem;
  background-size: 100% 100%;
  background-position: center center;
}
.vision-new .module-title a {
  color: #fff;
}
.vision-new .module-more {
  background: transparent;
}
.vision-new .module-more span {
  color: #333;
}
.vision-new .module-more:hover span {
  color: #fff;
}
.visionlist-new {
  display: grid;
  grid-template-columns: repeat(3, 4.3rem);
  justify-content: space-between;
}
.visionlist-new .vision {
  padding-top: 0;
  margin-top: 0.4rem;
  width: 4.3rem;
  height: 2.98rem;
  box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.16);
  border-radius: 0.04rem;
  transition: all 0.2s;
}
.visionlist-new .vision:hover {
  transform: translateY(-0.1rem);
}
.visionlist-new .vision:hover .vision-title {
  color: #ec2007;
}
.visionlist-new .vision .img {
  position: relative;
}
.visionlist-new .vision .img .bg {
  width: 100%;
  aspect-ratio: 1.86956522;
}
.visionlist-new .vision .vision-title {
  height: 0.68rem;
  padding: 0.25rem;
  background: #fff;
  color: #333;
  font-weight: 500;
  font-size: 0.18rem;
  line-height: 0.18rem;
}
.visionlist-new .vision .pause {
  position: absolute;
  width: 0.8rem;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .vision-new {
    height: unset;
  }
  .vision-new .module-more {
    margin-top: 0.3rem;
  }
  .vision-new .visionlist-new {
    grid-template-columns: repeat(2, 3.3rem);
  }
  .vision-new .visionlist-new .vision {
    width: 3.3rem;
    height: 3.05rem;
  }
  .vision-new .visionlist-new .vision .img .bg {
    aspect-ratio: 1.69230769;
  }
  .vision-new .visionlist-new .vision .vision-title {
    height: 1.1rem;
  }
  .vision-new .visionlist-new .vision .vision-title p {
    text-wrap: wrap;
    /* stylelint-disable-next-line value-no-vendor-prefix */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.24rem;
    line-height: 0.3rem;
  }
}

